{ "version": 4, "terraform_version": "1.5.8", "serial": 132, "lineage": "1725c150-642a-fb12-c591-7b4b1f1cea45", "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-ccdb06f146b88ff37", "ami": "ami-b53649ae", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9941de98"], "subnet_id": "subnet-3dd56037", "key_name": "prod-deploy-key" } } ] } ] }