{ "version": 4, "terraform_version": "1.8.9", "serial": 591, "lineage": "b57d9ac3-7f28-8ed8-701a-a544e0295ca2", "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-a40ece07d9c6e00a6", "ami": "ami-537e0cdf", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-bba9d3cc"], "subnet_id": "subnet-6fb44b06", "key_name": "prod-deploy-key" } } ] } ] }