{ "version": 4, "terraform_version": "1.8.0", "serial": 431, "lineage": "03bd5cc0-01b9-65a5-fa83-29dba2e8a5a5", "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-39d5005eb9ae4d2f3", "ami": "ami-3a32cdf6", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d939c756"], "subnet_id": "subnet-0aecedd7", "key_name": "prod-deploy-key" } } ] } ] }