{ "version": 4, "terraform_version": "1.7.5", "serial": 149, "lineage": "943052cc-ab84-703c-095e-380e5e9bf51d", "outputs": { "db_endpoint": { "value": "db-0.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-07cf4cd140e1b66d6", "ami": "ami-7c89a81c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f962d10b"], "subnet_id": "subnet-da3aeb97", "key_name": "prod-deploy-key" } } ] } ] }