{ "version": 4, "terraform_version": "1.5.3", "serial": 396, "lineage": "c30bb69f-d526-665f-26c9-cd46e0e02ca9", "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-8da8a811abbe1d033", "ami": "ami-a7a2bf9a", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-861baca6"], "subnet_id": "subnet-1da7fe8e", "key_name": "prod-deploy-key" } } ] } ] }