{ "version": 4, "terraform_version": "1.8.8", "serial": 474, "lineage": "782f3607-0ea0-5b17-8292-9a3e91ea3dbb", "outputs": { "db_endpoint": { "value": "db-4.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-5d7424d291ac61666", "ami": "ami-18998c76", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f07c022f"], "subnet_id": "subnet-b7b1ced2", "key_name": "prod-deploy-key" } } ] } ] }