{ "version": 4, "terraform_version": "1.7.4", "serial": 368, "lineage": "a1a02810-6258-2bd0-5e79-c0b829993963", "outputs": { "db_endpoint": { "value": "db-3.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-94a698100b8c03c15", "ami": "ami-3f3739c2", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-432f367b"], "subnet_id": "subnet-832a35f8", "key_name": "prod-deploy-key" } } ] } ] }