{ "version": 4, "terraform_version": "1.8.3", "serial": 373, "lineage": "8a5a2e45-03e8-649c-d22c-9a4acf0d84e9", "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-f960c295308299723", "ami": "ami-f9ae4c5b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-98f27200"], "subnet_id": "subnet-b4cc7abc", "key_name": "prod-deploy-key" } } ] } ] }