{ "version": 4, "terraform_version": "1.5.0", "serial": 444, "lineage": "e3be0f82-9b75-c530-d07d-cf73075811f8", "outputs": { "db_endpoint": { "value": "db-3.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-9cddc024d2e2fbd20", "ami": "ami-dbd4310e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-4c73c8e6"], "subnet_id": "subnet-cf3f156d", "key_name": "prod-deploy-key" } } ] } ] }