{ "version": 4, "terraform_version": "1.6.4", "serial": 195, "lineage": "8176e422-dc65-4559-2957-4f8c9aa9c254", "outputs": { "db_endpoint": { "value": "db-1.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-5b826db4d4239d4e1", "ami": "ami-0ff6439c", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-8a2900c8"], "subnet_id": "subnet-87eeca07", "key_name": "prod-deploy-key" } } ] } ] }