{ "version": 4, "terraform_version": "1.8.6", "serial": 284, "lineage": "ed398b18-82fd-77e3-5f45-9def60c2af4f", "outputs": { "db_endpoint": { "value": "db-2.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-b8369160caa88186f", "ami": "ami-a08e4441", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0a33f885"], "subnet_id": "subnet-0864e96c", "key_name": "prod-deploy-key" } } ] } ] }