{ "version": 4, "terraform_version": "1.8.0", "serial": 173, "lineage": "49235af8-534f-afb0-eb63-dbd5f9c77bde", "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-e92e14778d6d93a1d", "ami": "ami-05851adf", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8b26e8a5"], "subnet_id": "subnet-31f87938", "key_name": "prod-deploy-key" } } ] } ] }