{ "version": 4, "terraform_version": "1.6.2", "serial": 321, "lineage": "c66def31-fee6-6431-cc49-aab890bde757", "outputs": { "db_endpoint": { "value": "db-1.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-8295721729c1ed35b", "ami": "ami-314fb062", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-0a890703"], "subnet_id": "subnet-dc757bcf", "key_name": "prod-deploy-key" } } ] } ] }