{ "version": 4, "terraform_version": "1.5.3", "serial": 342, "lineage": "878f11da-d310-d8d3-c036-acc0089b2a2e", "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-0aefdec2fa61d9e53", "ami": "ami-8f2eb204", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c18627ec"], "subnet_id": "subnet-571a8170", "key_name": "prod-deploy-key" } } ] } ] }