{ "version": 4, "terraform_version": "1.5.0", "serial": 336, "lineage": "b184b38c-a328-feee-6941-ad5491bf1513", "outputs": { "db_endpoint": { "value": "db-3.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-4f9dcf8695ba2716a", "ami": "ami-3ba4c2a5", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-db205a00"], "subnet_id": "subnet-4bd61ed7", "key_name": "prod-deploy-key" } } ] } ] }