{ "version": 4, "terraform_version": "1.6.1", "serial": 311, "lineage": "c4743b91-6176-b3f9-c051-70ca6006c361", "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-949469dee5d6109b6", "ami": "ami-fef537c5", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-b5ce7305"], "subnet_id": "subnet-1365530e", "key_name": "prod-deploy-key" } } ] } ] }