{ "version": 4, "terraform_version": "1.6.8", "serial": 533, "lineage": "cef43a4a-fa50-0252-6745-7b2939825d5c", "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-2a1a42caecb1b11cc", "ami": "ami-ba70be8d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5bc4d9c7"], "subnet_id": "subnet-b1fcedfe", "key_name": "prod-deploy-key" } } ] } ] }