{ "version": 4, "terraform_version": "1.7.0", "serial": 152, "lineage": "e247227a-e534-3535-543c-37a38d02bb24", "outputs": { "db_endpoint": { "value": "db-2.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-8c0a3bb7f9c98d553", "ami": "ami-5d8a376f", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-52bd662b"], "subnet_id": "subnet-898d19a8", "key_name": "prod-deploy-key" } } ] } ] }