{ "version": 4, "terraform_version": "1.7.3", "serial": 250, "lineage": "3faa2366-b9dd-d802-f066-63bcea759970", "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-caaf18cbcafd7e90c", "ami": "ami-28e32034", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-37c983b3"], "subnet_id": "subnet-6bc2024d", "key_name": "prod-deploy-key" } } ] } ] }