{ "version": 4, "terraform_version": "1.8.6", "serial": 499, "lineage": "be7913e5-147c-7347-e180-98f97109bfc3", "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-ae2827b0d753c909c", "ami": "ami-24bbfa9a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9714e2fe"], "subnet_id": "subnet-00678b07", "key_name": "prod-deploy-key" } } ] } ] }