{ "version": 4, "terraform_version": "1.8.1", "serial": 499, "lineage": "fae3c018-0a05-b52d-81cc-a1465000d664", "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-0da5ed4b120af5f8b", "ami": "ami-5afd9a15", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-32d92a32"], "subnet_id": "subnet-c4bab46b", "key_name": "prod-deploy-key" } } ] } ] }